home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TFIELDFILTERDLG / TFIELDFILTERDLG.txt
Text File  |  1997-05-14  |  5KB  |  258 lines

  1. object FieldFilterDlg: TFieldFilterDlg
  2.   Left = 26
  3.   Top = 125
  4.   ActiveControl = RadioGroup1
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 185
  7.   ClientWidth = 494
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 412
  19.     Top = 8
  20.     Width = 77
  21.     Height = 27
  22.     Caption = '&OK'
  23.     TabOrder = 0
  24.     OnClick = OKBtnClick
  25.     Kind = bkOK
  26.     Margin = 2
  27.     Spacing = -1
  28.     IsControl = True
  29.   end
  30.   object CancelBtn: TBitBtn
  31.     Left = 412
  32.     Top = 40
  33.     Width = 77
  34.     Height = 27
  35.     Caption = '&Cancel'
  36.     TabOrder = 1
  37.     Kind = bkCancel
  38.     Margin = 2
  39.     Spacing = -1
  40.     IsControl = True
  41.   end
  42.   object HelpBtn: TBitBtn
  43.     Left = 412
  44.     Top = 72
  45.     Width = 77
  46.     Height = 27
  47.     TabOrder = 2
  48.     Kind = bkHelp
  49.     Margin = 2
  50.     Spacing = -1
  51.     IsControl = True
  52.   end
  53.   object Panel1: TPanel
  54.     Left = 7
  55.     Top = 10
  56.     Width = 386
  57.     Height = 167
  58.     BevelInner = bvRaised
  59.     BevelOuter = bvLowered
  60.     TabOrder = 3
  61.     object Text1: TLabel
  62.       Left = 8
  63.       Top = 16
  64.       Width = 113
  65.       Height = 41
  66.       Caption = 'Select Records For Which Value Of'
  67.       WordWrap = True
  68.     end
  69.     object Text2: TLabel
  70.       Left = 8
  71.       Top = 50
  72.       Width = 113
  73.       Height = 13
  74.       AutoSize = False
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.       WordWrap = True
  81.     end
  82.     object Text3: TLabel
  83.       Left = 240
  84.       Top = 16
  85.       Width = 35
  86.       Height = 13
  87.       Caption = 'THAN'
  88.       Font.Color = clBlack
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.       WordWrap = True
  94.     end
  95.     object Text4: TLabel
  96.       Left = 240
  97.       Top = 72
  98.       Width = 27
  99.       Height = 13
  100.       Caption = 'AND'
  101.       Font.Color = clBlack
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = [fsBold]
  105.       ParentFont = False
  106.       Visible = False
  107.       WordWrap = True
  108.     end
  109.     object Panel2: TPanel
  110.       Left = 240
  111.       Top = 16
  112.       Width = 137
  113.       Height = 145
  114.       BevelOuter = bvNone
  115.       TabOrder = 5
  116.       Visible = False
  117.       object Memo1: TMemo
  118.         Left = 0
  119.         Top = 8
  120.         Width = 129
  121.         Height = 105
  122.         Hint = 'Enter One Value Per Line Here'
  123.         Font.Color = clBlack
  124.         Font.Height = -11
  125.         Font.Name = 'MS Sans Serif'
  126.         Font.Style = []
  127.         Lines.Strings = (
  128.           '')
  129.         ParentFont = False
  130.         ScrollBars = ssBoth
  131.         TabOrder = 0
  132.         OnEnter = Memo1Enter
  133.         OnExit = Memo1Exit
  134.       end
  135.       object BitBtn2: TBitBtn
  136.         Left = 71
  137.         Top = 118
  138.         Width = 58
  139.         Height = 25
  140.         Hint = 'Remove Current Line'
  141.         Caption = '&Remove'
  142.         Enabled = False
  143.         TabOrder = 1
  144.         TabStop = False
  145.         OnClick = BitBtn2Click
  146.       end
  147.       object BitBtn1: TBitBtn
  148.         Left = 7
  149.         Top = 118
  150.         Width = 58
  151.         Height = 25
  152.         Hint = 'Fill The List With All Values'
  153.         Caption = '&Populate'
  154.         TabOrder = 2
  155.         TabStop = False
  156.         Visible = False
  157.         OnClick = BitBtn1Click
  158.       end
  159.     end
  160.     object RadioGroup1: TRadioGroup
  161.       Left = 125
  162.       Top = 8
  163.       Width = 89
  164.       Height = 145
  165.       Caption = 'Is'
  166.       Items.Strings = (
  167.         '<'
  168.         '<='
  169.         '='
  170.         '>='
  171.         '>'
  172.         'Between'
  173.         'One Of')
  174.       TabOrder = 0
  175.       OnClick = RadioGroup1Click
  176.     end
  177.     object Edit1: TFilterEdit
  178.       Left = 240
  179.       Top = 40
  180.       Width = 120
  181.       Height = 20
  182.       Hint = 'Enter Text Here'
  183.       TabOrder = 1
  184.       ValidChars = '[]'
  185.     end
  186.     object Edit2: TFilterEdit
  187.       Left = 240
  188.       Top = 96
  189.       Width = 120
  190.       Height = 20
  191.       Hint = 'Enter Text Here'
  192.       TabOrder = 2
  193.       Visible = False
  194.       ValidChars = '[]'
  195.     end
  196.     object CurrencyEdit1: TCurrencyEdit
  197.       Left = 240
  198.       Top = 40
  199.       Width = 120
  200.       Height = 24
  201.       Hint = 'Enter Numeric Value Here'
  202.       DisplayFormat = ',0.00'
  203.       Font.Color = clBlue
  204.       Font.Height = -13
  205.       Font.Name = 'System'
  206.       Font.Style = []
  207.       ParentFont = False
  208.       TabOrder = 6
  209.       Visible = False
  210.     end
  211.     object CurrencyEdit2: TCurrencyEdit
  212.       Left = 240
  213.       Top = 96
  214.       Width = 120
  215.       Height = 24
  216.       Hint = 'Enter Numeric Value Here'
  217.       DisplayFormat = ',0.00'
  218.       Font.Color = clBlue
  219.       Font.Height = -13
  220.       Font.Name = 'System'
  221.       Font.Style = []
  222.       ParentFont = False
  223.       TabOrder = 7
  224.       Visible = False
  225.     end
  226.     object DateEdit1: TDateEdit
  227.       Left = 240
  228.       Top = 40
  229.       Width = 97
  230.       Height = 24
  231.       Hint = 'Enter Date Here'
  232.       DateFormat = 'mm/dd/yyyy'
  233.       Date = '__/__/____'
  234.       MaxLength = 10
  235.       TabOrder = 3
  236.       Visible = False
  237.       OnSetFormat = DateEdit1SetFormat
  238.     end
  239.     object DateEdit2: TDateEdit
  240.       Left = 240
  241.       Top = 96
  242.       Width = 97
  243.       Height = 24
  244.       Hint = 'Enter Date Here'
  245.       DateFormat = 'mm/dd/yyyy'
  246.       Date = '__/__/____'
  247.       Font.Color = clBlack
  248.       Font.Height = -13
  249.       Font.Name = 'Arial'
  250.       Font.Style = [fsBold]
  251.       MaxLength = 10
  252.       ParentFont = False
  253.       TabOrder = 4
  254.       Visible = False
  255.     end
  256.   end
  257. end
  258.